home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_e_h / explo210.zip / QUESTION.DOC < prev    next >
Text File  |  1992-09-08  |  4KB  |  89 lines

  1. Appendix for Explosiv 2.10 (cont)
  2.  
  3.  
  4.  
  5. Commonly Asked Questions About
  6. Explosiv 2.10 for DOS
  7.  
  8.  
  9.  
  10. The following is a list of commonly asked questions about the
  11. explosiv screen saver :
  12.  
  13. Q. How much memory does explosiv use as a screen saver?
  14.  
  15. A. Both versions of explosiv make every effort to use as little
  16. memory and as few resources as possible.  In the case of explosiv
  17. for DOS the memory usage depends a great deal on how many features
  18. you wish to have.  As a simple screen blanker explosiv uses about
  19. 1K while if you load every possible display, etc., this uses about 
  20. 28K.  Explosiv can be configured such that only the display you've
  21. requested is loaded for the monitor you have ( thus minimizing its
  22. usage of memory ).
  23.  
  24.  
  25.  Q. When explosiv for DOS starts the program underneath is 
  26. completely stopped.  Can this be fixed?
  27.  
  28.  A. No. DOS is a single tasking operating system.  This means that
  29. only one program can be run at a time.  So explosiv can run the
  30. animation routines only if it stops the currently executing
  31. program.  The "blank"  display works differently since all it does
  32. is turn the  screen off.  It can then let the underlying program 
  33. continue while it is waiting for a key press.
  34.  
  35.  
  36.  Q  Explosiv occasionally blanks the screen even if I'm in text
  37. mode. Why doesn't it run the animated display instead?
  38.  
  39.  A. When explosiv has been inactive the specified time interval it
  40. runs a series of tests to determine whether or not it will be able
  41. to correctly save and restore the state.  It will blank the screen
  42. if it decides that it won't be able to restore the state
  43. perfectly.  This ensures that the screen saver will, hopefully, 
  44. never disturb any aspect of the original display.  Of course,
  45. explosiv cannot restore every state.  There are certain hardware
  46. limitations that just cannot be overcome.  For instance, you will
  47. find that on your EGA the border color may not be restored
  48. correctly.  There is no way for explosiv to read the border color
  49. and it must assume that it is black.
  50.  
  51.   If you wish to disable blanking, turn the animated display off
  52. or simply disable the screen saver you may use the "+on", "-on"
  53. and "off" switches, respectively.  These switches are provided so
  54. that in rare case that explosiv does not select the proper screen
  55. saving mode you may manually override it.  Hopefully, you will 
  56. never find a program in which this is necessary.
  57.  
  58.  
  59.  Q. How do I get explosiv to work properly with my  Hercules
  60. graphics card?
  61.  
  62.  A. The hercules graphics card has some very different 
  63. characteristics from other cards.  In particular, there is no
  64. reliable way to detect whether you are in text mode or graphics
  65. mode.  So explosiv, once active, does not know whether it should
  66. restore the screen to text mode or to graphics mode.  To further
  67. complicate things there are two possible graphics modes ( more 
  68. specifically, graphics pages ) that the card can be in.  However,
  69. explosiv provides switches that allow you to manually tell
  70. explosiv into which mode it should restore the screen. To restore
  71. the screen to text mode ( which is the default ) use the "on"
  72. switch.  To restore the screen to graphics mode use either "+on"
  73. or "-on".  To disable the screen saver use the "off" switch.
  74.  
  75.   For example, if you have a program that runs in graphics mode
  76. you need to write a small batch file with the lines:
  77.  
  78.  @echo off
  79.  explosiv +on
  80.  graphics program
  81.  explosiv on
  82.  
  83.  
  84.   Run the batch file and see if explosiv properly restores the
  85. screen.  If it does not work replace the "+on" with "-on" and try
  86. again.  If this does not work then explosiv must be disabled while
  87. you are running this program.  You may do this by replacing "-on"
  88. with "off".
  89.